Sarvagya Ranjan
13-11-2023
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
We are going to plot ‘Mileage per gallon’ vs ‘Weight (1000 lbs)’, by ‘# of cylinders’
## Loading required package: ggplot2
##
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
##
## last_plot
## The following object is masked from 'package:stats':
##
## filter
## The following object is masked from 'package:graphics':
##
## layout
## Warning: `line.width` does not currently support multiple values.
## Warning: `line.width` does not currently support multiple values.
## Warning: `line.width` does not currently support multiple values.
Simply put:
“Axes Labels in R - How to set the title and axis-titles in R” https://plot.ly/r/figure-labels/
“Presentations with ioslides - Overview” http://rmarkdown.rstudio.com/ioslides_presentation_format.html
“Motor Trend Car Road Tests” https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/mtcars.html